Release 10.1A: OpenEdge Development:
ADM Reference
Column properties for query objects
There are a number of column properties available for which you can obtain and set (write) field values. All of these properties can be read and some of them can be set. To read and set column properties, you use the following prefixes with the specific column property:
Column— Use to read the value of a specific column property. For example, if you want to read the value of the ColumnLabel property, you would specify ColumnColumnLabel. This would return the label of the column you specify. To obtain the data type for a specific column property, you would specify ColumnDataType. This would return the data type of the specified column.Assign— Use to set the value of a specific column property. For example, if you want to set the label value for a specific column, you specify assignColumnColumnLabel. This would set the label value for the column you specify. To set a value for the column format, you would specify assignColumnFormat.For additional information, see OpenEdge Development: Progress Dynamics Basic Development and OpenEdge Development: Progress Dynamics Advanced Development .
Table 5–1 lists the column properties for query objects, provides a brief description of each property, indicates whether the property can be read or set (write), and lists the data type for each property.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |